type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextNumericValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L331: 			return encodePlanNumericCodecTextNumericValuer{}
		numeric.go#L496: type encodePlanNumericCodecTextNumericValuer struct{}
		numeric.go#L498: func (encodePlanNumericCodecTextNumericValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {